module Base
{
	item PU35Scope
    {
        DisplayCategory = WeaponPart,
        Type = WeaponPart,
        DisplayName = PU 3.5x21 Scope,
        Icon = PU35,
        Weight = 0.3,
        WeightModifier = 0.3,
        AimingTimeModifier = 15,
        MaxSightRange = 15,
        MinSightRange = 5,
        Tags = optics,
        MountOn = Mosin_Nagant,
        PartType = Scope,
        Tooltip = Tooltip_Scope,
        MetalValue = 22,
        WorldStaticModel = PU35Scope,
        CanAttach = Recipe.WeaponParts.hasScrewdriver,
        CanDetach = Recipe.WeaponParts.hasScrewdriver,
    }
	model PU35Scope
	{
        mesh = Weapons/parts/PU_35x21_Scope_Reversed,
        texture = Weapons/parts/PU_35x21_tex,
    }
	item LPS
    {
        DisplayCategory = WeaponPart,
        Type = WeaponPart,
        DisplayName = LPS 4×6 TIP2 telescopic Scope,
        Icon = LPS,
        Weight = 0.6,
        WeightModifier = 0.6,
        AimingTimeModifier = 10,
        MaxSightRange = 20,
        MinSightRange = 5,
        Tags = optics,
        MountOn = PSL,
        PartType = Scope,
        Tooltip = Tooltip_Scope,
        MetalValue = 22,
        WorldStaticModel = LPS_Model,
    }
	model LPS_Model
	{
        mesh = Weapons/parts/LPS_4x6_TIP2_Sight_Flipped,
        texture = Weapons/parts/LPS_4x6_TIP2,
    }
	item Romanian_Dong
    {
        DisplayCategory = WeaponPart,
        Type = WeaponPart,
        DisplayName = Romanian PM md. 63 AK Grip,
        Icon = Romanian_Dong,
        Weight = 0.5,
        WeightModifier = 0.5,
        HitChanceModifier = 5,
        AimingTimeModifier = -5,
        RecoilDelayModifier = -5,
        MountOn = AKKS; AKKSFolded; AKM; MPIKMS72; MPIKMS72Folded,
        PartType = Canon,
        Tooltip = = A wooden foregrip nicknamed the "Romanian Dong",
        MetalValue = 15,
        WorldStaticModel = Romanian_Dong,
        CanAttach = Recipe.WeaponParts.hasScrewdriver,
        CanDetach = Recipe.WeaponParts.hasScrewdriver,
    }
	model Romanian_Dong
	{
        mesh = Weapons/parts/Romanian_Dong,
        texture = Weapons/parts/Romanian_Dong,
    }
}
